@charset "utf-8";
/* CSS Document @woniu*/

@media screen and (max-width: 768px) {
.pl02 {
padding-left: .4rem;
}
.pall02 {
padding-left: .4rem;
padding-right: .4rem;
}
}
@media screen and (min-width: 1200px) {
.layui-container {
	width: 1500px;
}
.layui-containers {
	width: 1250px;
	margin:0 auto;
}
}
.layui-col-space30 {
	margin: -0.325rem
}
.layui-col-space30>* {
	padding: 0.325rem
}
.layui-input-inline {
	width: 96%;
 margin: 0 0 .3rem 0;
}
/***head样式***/
.header {
	height: auto;
}

/*****logo样式****/
.main {
	height: auto;
}
.logo {
	margin: 5px 0;
	float: left;
}

/****menu样式***/
.nav {
	height: 65px;
	margin:10px 0;
	overflow:hidden;
}
.nav li {
	display: block;
	float: left;
	height: 65px;
	line-height: 65px;
	padding:0 25px;
	text-align: center;
}
.nav li h3{ position:relative;}
.nav li h3:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 2px;
    background-color: #0f790d;
    opacity: 0;
    transition: all .5s ease;
}
.nav li:hover h3:before {
	width: 100%;
	opacity: 1;
}
.nav li:hover a {
	color: #515151;
}
.nav a {
	color: #515151;
	display: block;
	font-size: 16px;
	position: relative;
	z-index: 1;
	transition: all .5s ease;
}
.nav a::after {
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(100%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222;
}
.nav li:hover a{
	transform: translateY(-100%);
}
/***手机站menu***/
.navbar {
	height: 50px;
	line-height: 50px;
	float: right;
	overflow: hidden;
	margin-top: 30px;
}
.navbar .nav>li {
	position: relative;
	display: block;
	float: left;
}
.navbar .nav>li>a {
	font-weight: bold;
	position: relative;
	display: block;
	width: 110px;
	height: 50px;
	text-align: center;
	font-size: 16px;
}
.navbar .nav>li>a.active {
	background: #025b9a;
	color: #fff;
}
.navbar .nav>li:hover .box {
	display: block;
}
.navbar .nav>li:hover>a {
	color: #fff;
	background: #025b9a;
}
.navbar .nav .box {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	padding: 20px;
	background: #025b9a;
}
.navbar .nav .box.right {
	right: 0;
	left: auto;
}
.navbar .nav .box a {
	display: block;
	margin: 0 2em .8em 0;
	white-space: nowrap;
	color: #fff;
}
.navbar .nav .box a:hover {
	color: #aaceff;
}
.navbar .nav .box a.pic {
	margin: 0;
}
.navbar .nav .box .thumb {
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
.navbar .nav .box .menu {
	margin-left: 220px;
}
.navbar .nav .box img {
	display: block;
	max-width: 200px;
	border: 4px solid #fff;
}
.navbar .nav .cate {
	overflow: hidden;
	white-space: nowrap;
}
.navbar .nav .cate .item {
	display: block;
	float: left;
	margin-right: 20px;
	width: 16%;
}
.navbar .nav .cate .item:last-child {
	float: none;
	margin-right: 0;
	margin-left: 750px;
}
.navbar .nav .cate h4 {
	font-size: 1.1em;
	margin: 0;
}
.navbar .nav .cate img {
	width: 130px;
	height: 80px;
}
.navbar .nav .cate ul {
	padding-top: 1em;
}
.toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 66px;
	cursor: pointer;
}
.toggle .icon {
	top: 29px;
	left: 14px;
}
.toggle .icon, .toggle .icon::before, .toggle .icon::after {
	position: absolute;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #b2b2b2;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.toggle .icon::before, .toggle .icon::after {
	left: 0;
	content: '';
	background: inherit;
}
.toggle .icon::before {
	top: -9px;
}
.toggle .icon::after {
	top: 9px;
}
/* 手机站列表 */
.navigation, .cate-tree {
	line-height: 48px;
	position: absolute;
	z-index: 99;
	top: 100%;
	display: none;
	width: 100%;
	border-top: solid 3px #11790b;
	border-bottom: solid 3px #11790b;
	background: #fff;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after, .navigation .level-2>li::after, .cate-tree .level-2>li::after, .navigation .level-2>li::before, .cate-tree .level-2>li::before {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 12px;
	height: 12px;
	content: '';
	background-size: cover;
}
.navigation .level-1 a, .cate-tree .level-1 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: inherit;
}
.navigation .level-1 li, .cate-tree .level-1 li {
	position: relative;
	border-bottom: solid 1px #e4e4e4;
}
.navigation .level-1>li>a, .cate-tree .level-1>li>a {
	padding: 0 2em 0 1em;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after {
	background-position: -36px 0;
}
.navigation .level-1>li.active::after, .cate-tree .level-1>li.active::after, .navigation .level-1>li:hover::after, .cate-tree .level-1>li:hover::after {
	background-position: -96px 0;
}
.navigation .level-1>li.more::after, .cate-tree .level-1>li.more::after {
	background-position: -12px 0;
}
.navigation .level-1>li.more:hover::after, .cate-tree .level-1>li.more:hover::after {
	background-position: -72px 0;
}
.navigation .level-1>li.more.active::after, .cate-tree .level-1>li.more.active::after {
	background-position: -84px 0;
}
.navigation .level-1>li.active>a, .cate-tree .level-1>li.active>a, .navigation .level-1>li:hover>a, .cate-tree .level-1>li:hover>a {
	background-color: rgba(0, 0, 0, 0.05);
}
.navigation .level-2, .cate-tree .level-2 {
	display: none;
}
.navigation .level-2 a, .cate-tree .level-2 a {
	padding: 0 2em 0 3em;
}
.navigation .level-2 li:first-child, .cate-tree .level-2 li:first-child {
	border-top: solid 1px #e4e4e4;
}
.navigation .level-2 li:last-child, .cate-tree .level-2 li:last-child {
	border-bottom: none;
}
.navigation .level-2>li::before, .cate-tree .level-2>li::before {
	right: auto;
	left: 1.5em;
	background-position: 0 0;
}
.navigation .level-2>li::after, .cate-tree .level-2>li::after {
	background-position: -48px 0;
}
.navigation .level-2>li.active::after, .cate-tree .level-2>li.active::after {
	background-position: -108px 0;
}
.navigation .level-3, .cate-tree .level-3 {
	line-height: 40px;
	display: none;
}
.navigation .level-3 a, .cate-tree .level-3 a {
	font-size: .8em;
	padding-left: 4em;
}

/*****首页优势*****/
.box1 {
	overflow: hidden;
	background: url(../images/news_bg.jpg) center top no-repeat;
	padding: 50px 0 20px;
}
.b1_tit {
	text-align: center;
	margin-bottom:50px;
	overflow:hidden;
}
.b1_tit h2 {
	font-size: 32px;
	line-height: 48px;
	color: #000000;
	font-weight: bold;
}
.b1_tit h2 span {
	color: #11790b;
}
.b1_tit p{ font-size:18px; line-height:27px; color:#696969; font-family: times new roman,times,serif;}
.b1_tit h3{ font-size:18px; line-height:36px; margin-top:20px;}

.about_fl{ width:94%;}
.about_fl h2{ line-height:28px; font-size:24px; color:#000;}
.about_fl h3{ line-height:40px; font-size:30px; color:#11790b;}
.about_fl h4{ height:1px; background:rgba(166, 160, 160, 1); margin-top:10px;}
.about_con{ margin-top:20px; line-height:1.8; font-size:18px; color:#000;}
.about-num {
	margin-top: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: none;
}
.about-num li {
	float: left;
	width: 31%;
	position: relative;
	padding-left: 2%;
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: left;
	border-left: 1px solid #ccc;
}
.about-num li:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	width: 3px;
	height: 30%;
	background: #0f790d;
	z-index: 1;
}
.about-num li h2 {
	font-family: 'Alternate Gothic', sans-serif !important;
	font-size: 40px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
}
.about-num li p {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.about-num .count-unit {
	font-size: 16px;
	color: #0f790d;
	text-align: right;
	display: inline-block;
	font-style: normal;
}
.about-num li .bot p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
}

.about_fr{ width:100%; overflow:hidden;}
.about_fr img{ width:100%; transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.about_fr:hover img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

/*****首页产品展示***/
.product{ padding:50px 0;}
.prd_c{ width:100%; overflow:hidden;}
.prd_img{ width:100%; overflow:hidden; padding-bottom:130%; height:0;}
.prd_img img{ width:100%; transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.prd_c:hover img{
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.prd_txt{ width:100%; height:60px; line-height:60px; text-align:center; color:#181818; font-size:18px;}
.product .more{width:184px; height:43px; line-height:43px; display:block; margin:30px auto 0 auto; border:1px solid rgba(18, 122, 12, 1); text-align:center; overflow:hidden; color:#0e823b;}


/*****首页售后***/
.sh{ padding:50px 0; background:url(../images/beijing2.jpg) center center no-repeat; background-attachment: fixed !important;}
.shnr{ background-color: rgba(0, 0, 0, 0.45); text-align:center; padding:30px 0; overflow:hidden;}
.shnr h2{ line-height:37px; font-size:24px; color:#fff; letter-spacing: 2px; font-family: 微软雅黑; font-weight:bold;}
.shnr p{ line-height:20px; font-size:10px; color: #A9A9A9; margin-bottom:30px;}
.shnr h3{ line-height:30px; font-size:16px; color:#fff; letter-spacing: 1px; font-family: 微软雅黑;}
.sh .more{ width:184px; height:43px; line-height:43px; margin:20px auto 0 auto; background:rgba(14, 130, 59, 1); text-align:center; color:#fff; font-size:14px; display:block;}


/*****首页新闻资讯****/
.news{ padding:50px 0; overflow:hidden;}
.new_c{ background:#f5f5f5; padding:10px; overflow:hidden;}
.new_img{ width:100%; overflow:hidden;}
.new_img img{ width:100%; transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.new_c:hover img{
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.newstt{ width:100%; overflow:hidden;}
.nw_txt{ margin: 8% auto 6%; width: 90%; }
.nw_txt h2{ transition: 0.3s ease 0s;
    color: #333;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nw_txt h3{transition: 0.3s ease 0s;
    margin-top: 5%;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: 65px;
}
.new_c:hover .newstt{ background:#11790b;}
.new_c:hover .newstt h2{ color:#fff;}
.new_c:hover .newstt h3{ color:#fff;}
.news .more{width:184px; height:43px; line-height:43px; display:block; margin:30px auto 0 auto; border:1px solid rgba(18, 122, 12, 1); text-align:center; overflow:hidden; color:#0e823b;}

/****bottom****/
.bottom {
	padding:40px 0;
	background:url(../images/dibu1.jpg) center top no-repeat;
}
.bt_lx{ padding:0 20px; overflow:hidden; border-right:1px solid #fff; height:245px;}
.bt_lx h2{ font-size:18px; color:#fff; font-family: times new roman,times,serif; line-height:27px;}
.bt_lx h3{ font-size:14px; color:#fff; font-family: 微软雅黑; border-bottom:1px solid #fff; width:60px; float:left; line-height:23px;}
.bt_lx ul{ width:100%; float:left; overflow:hidden;}
.bt_lx li{ height:22px; line-height:22px; margin-top:20px; color:#fff; font-size:14px; font-family: 微软雅黑;}
.bt_lx h4{ width:100%; float:left; margin-top:20px; font-size:14px; color:#fff; margin-bottom:10px;}

.bt_ly{ padding:0 20px; overflow:hidden; height:245px;}
.bt_ly h2{ font-size:18px; color:#fff; font-family: times new roman,times,serif; line-height:27px;}
.bt_ly h3{ font-size:14px; color:#fff; font-family: 微软雅黑; border-bottom:1px solid #fff; width:60px; float:left; line-height:23px;}
.bt_ly ul{ width:100%; float:left; margin-top:20px;}
.bt_ly li{ margin-bottom:20px;}
.bt_ly li button{ width:100%; height:38px; line-height:38px; float:left; text-align:center; background:#fff;}
/*****footer***/
.footer-copy {
	padding: 30px 0;
	overflow: hidden;
	background: #125c11;
	color: #fff;
	text-align:center;
}
.footer-copy a {
	color: #fff;
}

/****手机站底部横条**/
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.show-xs {
	display: none;
}
/*****关于我们单页****/
.gdf {
	background: #f2f2f2;
	height: 40px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.about_posion{ margin:30px 0;}
.about_posion i {
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #0CB058;
}
.about_posion h2 {
    font-size: 24px;
    color: #222423;
    margin-left: 15px;
    margin-right: 15px;
	font-weight:bold;
}
.about_posion h2 span{ font-size:18px; color:#127a0b; margin-left:20px;}
.xc_bread_box{ font-size:14px; color:#A9A9A9; line-height:30px;}
.xc_bread_box a{ color:#A9A9A9;}

.about_m {
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 16px;
}
.about_m h3 {
	font-size: 18px;
	font-weight:bold;
	color: #333;
	text-align: center;
}
.ab_nr {
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
}
/*****联系我们单页***/
.lxfs_fl{ width:500px; float:left;}
.lxfs_fl h2{color: #137b12; font-size: 24px; font-weight:bold;}
.lxfs_fl h3{ color: #c8c8c8; font-size: 30px; margin-top:10px; margin-bottom:20px;}
.lxfs_fl p{ font-size:18px; color:#000; line-height:40px;}
.lxfs_fr{ width:700px; float:right}

/*****新闻中心****/
.nnewsfl {
	width: 240px;
	overflow: hidden;
	float: left;
}
.nn_list {
	margin-bottom: 20px;
}
.fdh-01-tit {
	background: #014680;
	height: 80px;
}
.fdh-01-tit h3 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
}
.fdh-01-nav-one h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666;
}
.fdh-01-nav-one h3.sidenavcur, .fdh-01-nav-one h3:hover {
	background: url(../images/p14-icon2.png) no-repeat right center #014680;
}
.fdh-01-nav-one h3.sidenavcur a, .fdh-01-nav-one h3:hover a {
	color: #fff;
}
.cbgg-01 {
	background: #014680;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.cbgg-01 p {
	padding-top: 15px;
}
.cbgg-01 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
}
.zxlb-1n-ts-01-list dl {
	border: 1px solid #dedede;
	width: 99%;
	margin-bottom: 15px;
	padding: 22px 0 22px;
	background: #fff;
	display: inline-block;
}
.zxlb-1n-ts-01-list dl:hover {
	border-color: #143a85;
}
.zxlb-1n-ts-01-list {
	width: 930px;
	float: right;
}
.zxlb-1n-ts-01-list dt {
	width: 28%;
	float: left;
	margin-left: 22px;
	margin-right: 5.5%;
}
.zxlb-1n-ts-01-list dt img {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-height: 200px;
}
.zxlb-1n-ts-01-list dd {
	width: 60%;
	float: left;
}
.zxlb-1n-ts-01-list dd h4 {
	height: 40px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 40px;
	margin-bottom: 5px;
}
.zxlb-1n-ts-01-list h4 a {
	display: block;
	color: #4b4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zxlb-1n-ts-01-list dl:hover h4 a {
	color: #143a85;
}
.zxlb-1n-ts-01-list-desc {
	max-height: 100px;
	font-size: 14px;
	line-height: 24px;
	color: #797979;
	margin-bottom: 28px;
	overflow: hidden;
}
.zxlb-1n-ts-01-list-deta {
	float: right;
	width: 134px;
	height: 40px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta {
	background: #143a85;
	border-color: #143a85;
}
.zxlb-1n-ts-01-list dl:hover .zxlb-1n-ts-01-list-deta a {
	color: #fff;
}
.xian{ width:100%; height:2px; margin-top:15px; background:#F1F1F1;}
.nnewsfr {
	width: 100%;
	float: right;
	line-height: 30px;
	font-size: 16px;
}
.nnewsfr h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.nnewsfr h3 {
	color: #999999;
	text-align: center;
	margin: 20px auto;
	font-size: 14px;
	font-weight: 100;
}
.nnewsfr img {
	max-width: 100%;
}
.reLink {
	height: auto;
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
	font-size: 16px;
}
.reLink .prevLink {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 100%;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
.reLink .nextLink {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 100%;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
/******产品中心****/
.spr_fr {
	width: 930px;
	float: right;
}
.list-1 {
	margin: -20px 0 0 -20px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
	overflow: hidden;
}
.list-1 .wrap {
	margin: 20px 0 0 20px;
	background-color: #f5f5f5;
	padding: 10px;
}
.list-1 .wrap img {
	width: 100%;
}
.list-1 .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: center;
}
.list-1 .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-1 .text p {
	margin: 15px 0 0;
	font-size: 14px;
}
.list-1 .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #014680;
	border: 1px solid transparent;
}
.list-1 .wrap:hover {
	background-color: #014680;
}
.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-1 .wrap:hover a {
	color: #fff;
}
.list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}
.list-1 .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}
/*****产品内页****/
.cpnr{ margin-top:55px;}
.cpnr h1 {
    font-size: 24px;
    color: #222423;
    font-weight: bold;
}
.time{ margin-top:35px; padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 50px;
	overflow:hidden;
}
.prod_img{ width:100%; float:left; overflow:hidden; margin-bottom:10px; font-size:16px; line-height:30px;}
.prod_img img{ display:block; margin-left:auto; margin-right:auto; max-width:100%;}


 @media screen and (max-width: 1024px) {
.nav li {
	width: 107px;
}
.b1con1 {
	display: none;
}
.product .conleft {
	width: 240px;
}
.product .conleft dl dt {
	width: 240px;
}
.product .conleft dl:first-child dt a {
	font-size: 26px;
	background: url(../images/proicon01.png) no-repeat 190px center;
}
.product .conleft .left_tel {
	width: 240px;
}
.product .conleft .left_tel .con_tel .p2 {
	font-size: 24px;
}
.conright {
	width: 720px;
}
.bdnot .des {
	padding: 5px;
}
.bdnot .des .box {
	width: 75%;
}
.box3 {
	background-size: 95%;
}
.b3_index li {
	width: 300px;
}
.b3_index {
	margin-top: 0;
}
.b3_index .b3img1 {
	left: 320px;
}
.b3_index .b3img1 img {
	width: 80%;
	height: 80%
}
.b3_index li:first-of-type {
	left: 69px;
	top: 25px;
}
.b3_index li:nth-of-type(2) {
	top: 125px;
	left: 29px;
}
.b3_index li:nth-of-type(3) {
	left: 29px;
	top: 228px;
}
.b3_index li:nth-of-type(4) {
	left: 73px;
	top: 329px;
}
.b3_index li:nth-of-type(5) {
	right: -30px;
	top: 25px;
}
.b3_index li:nth-of-type(6) {
	right: -29px;
	top: 125px;
}
.b3_index li:nth-of-type(7) {
	right: -86px;
	top: 228px;
}
.b3_index li:nth-of-type(8) {
	right: -13px;
	top: 329px;
}
.ys_c dt {
	width: 500px;
}
.ys_c dt img {
	width: 100%;
	height: auto;
}
.ys_c dd {
	width: 460px;
	height: 280px;
}
.ys dd h3 {
	margin-top: 20px;
	margin-left: 30px;
}
.ys_c dd p {
	padding: 0 0 0 30px;
	margin-top: 5px;
}
.ys dd i {
	margin-top: 10px;
}
.ys_c dd p span {
	line-height: 33px;
}
.ys_c dl {
	height: auto;
}
.box3 {
	padding: 50px 0 0 0;
}
.khal_bot .khal_info {
	left: 120px;
}
.khal_bot {
	background-size: 99%;
}
.about dt {
	width: 440px;
}
.about dd {
	width: 500px;
	margin-top: 10px;
}
.inreoduction_three {
	width: 98%;
}
.case_list li {
	width: 220px;
	margin-right: 30px;
}
.cooper .office, .cooper .plant {
	width: 470px;
}
.cooper ul li {
	width: 230px;
	height: 172px;
}
.in-news-right {
	display: none;
}
.in-news-left {
	width: 100%;
}
.in-news-left .news_fl dl {
	width: 300px;
}
.in-news-left .news_fl dl .img img {
	height: 225px;
}
.footer .footer-sao {
	margin-left: 50px;
}
.ab_nr {
	padding-left: 70px;
	width: 820px;
}
.contact_c2 li.li02 {
	width: 280px;
}
.contact_c2 li.li03 {
	width: 760px;
}
.ycang {
	display: none;
}
.zxlb-1n-ts-01-list {
	width: 100%
}
.nnewsfr {
	width: 100%
}
.nnewsfl {
	width: 100%;
}
.fdh-01-nav-one h3 {
	width: 24%;
	float: left;
	margin-right: 1%;
}
.spr_fr {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
}
@media screen and (max-width: 768px) {
.hide-xs {
	display: none;
}

.show-xs {
	display: block;
}
.header {
	height: auto;
	background: none;
}
.main {
	height: auto;
	margin: 5px 0;
}
.logo {
	height: auto;
	margin: 0;
}
.logo img{ height:60px;}
.box1 {
	padding: 20px 10px;
}
.b1_tit h2 {
	font-size: 26px;
}
.b1_index {
	padding-top: 30px;
}
.b1_index ul {
	width: 100%;
}
.b1_index ul li {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 15px;
}
.product {
	padding: 30px 10px;
}
.product .conleft {
	width: 100%;
}
.product .conleft dl dd {
	width: 50%;
	float: left;
	overflow: hidden;
}
.conright {
	width: 100%;
	margin-top: 15px;
}
.bdnot .des {
	padding: 5px;
}
.bdnot .des .box {
	width: 70%;
}
.bdnot .des .zixun {
	padding: 3px;
}
.bann_bg {
	height: 100px;
	background-size: 160%;
}
.box3 {
	padding: 20px 10px;
	background: none;
}
.b3_index {
	height: auto;
}
.b3_index li {
	width: 100%;
	float: left;
	background: url(../images/xian.jpg) left bottom no-repeat;
	padding-bottom: 20px;
	text-indent: 20px;
	margin-bottom: 10px;
}
.b3_index li h3 {
	margin-bottom: 10px;
}
.ys_c dl {
	height: auto;
}
.ys_c dt {
	width: 100%;
}
.ys_c dt img {
	width: 100%;
	height: auto;
}
.ys_c dd {
	width: 100%;
	height: auto;
}
.ysnav {
	margin-top: 20px;
}
.ys dd h3 {
	margin-top: 10px;
	margin-left: 10px;
}
.ys dd p {
	padding: 10px 0 0 10px;
}
.ysnav li {
	width: 50%;
	height: auto;
	padding-bottom: 10px;
	margin-top: 0;
}
.ysnav li p {
	padding-top: 10px;
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.ys {
	margin: 20px 0;
}
.khal_bot .khal_info {
	left: 10px;
}
.khal_bot .khal_info .p1 span {
	padding-left: 0;
}
.about {
	padding: 30px 10px;
}
.khal_bot {
	background-size: 300%;
}
.tit h2 {
	font-size: 24px;
}
.about dd {
	width: 100%;
}
.about dd img {
	width: 100% !important;
}
.about dt {
	width: 100%;
}
.about a {
	float: left;
}
.case {
	padding: 20px 10px;
}
.case_list li {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.case_list li:nth-child(4) {
	width: 49%;
	margin-right: 1%;
}
.case .b5ul2 li {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.case .b5ul2 li img {
	width: 100%;
	height: auto;
}
.case .b5ul2 li:nth-of-type(3) {
	display: none;
}
.cooper {
	padding: 30px 10px;
}
.cooper .office, .cooper .plant {
	width: 100%;
}
.cooper ul li {
	width: 49%;
	height: auto;
}
.news {
	padding: 20px 10px;
}
.in-news-right {
	width: 100%;
	display: block;
}
.bqsy {
	text-align: center;
	width: 100%;
}
.xh:nth-child(9) {
	display: none;
}
.tl-fdh-02 li {
	width: 31%;
	margin: 0 1%;
	margin-bottom: 10px;
}
.about_m {
	background: #f5f5f5;
	min-height:auto;
	padding:20px 0;
}
.about_m h3 {
	padding-top: 20px;
}
.ab_nr {
	width: 100%;
	padding-left: 0;
}
.contact_c2 li.li01 {
	width: 48%;
	padding-left: 2%;
}
.contact_c2 li.li02 {
	width: 50%;
	padding-left: 2%;
}
.contact_c2 li.li03 {
	width: 50%;
	padding-left: 2%;
}
.zxlb-1n-ts-01-list-desc {
	display: none;
}
.footer-copy {
	margin-bottom: 55px;
}
.fdh-01-nav-one h3 {
	width: 49%;
	margin-right: 1%;
}
.list-1 li {
	width: 50%;
}
.p15-showcase{ padding:8px;}
.p15-showcase-left{ max-width:100%; margin-right:0;}
.p15-showcase-right{ width:100%;}
.p14-prodcontent-1{ padding:0;}
h2.tit a{ margin-top:20px; font-size:20px; background: url(../images/prdnr.jpg) no-repeat center 40px;}
.viewtb{ padding:10px;}
.p14-product-2-list dl{ width:48.5%;}
.lxfs_fl{ width:100%;}
.lxfs_fr{ width:100%;}
}
